public static void RainbowSystem (Stage secondaryStage, Image basisImage, WebEngine secondBrowserEngine, WebView secondBrowser, StackPane secondStackPane[], Scene secondScene[], Screen secondScreen,
	 double secondFRateDivisor, Label SecondStateLabel, File secondFile, File secondJavaScriptFile, File secondXSliderFile, Thread secondaryThread)//SequenceEncoder secondEnc, Image secondBackupWorkAroundImage, 
	{
		try ( PrintWriter out = new PrintWriter(secondJavaScriptFile.getPath() ) )
		{

			out.println("function scrollContinuously( timeInterval )\r\n" + 
					"{\r\n" + 
					"	timeInterval = 444;\r\n" + 
					"	window.setInterval( scrollWin, timeInterval );\r\n" + 
					"}\r\n" + 
					"function scrollWin()\r\n" + 
					"{\r\n" + 
					"    window.scrollBy( 0, 0 );\r\n" + 
					"}");
			out.close();
		}
		catch(IOException ie) { ie.printStackTrace(); }// Important For Browser AutoScrolling